home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / texttool.arc / SPLIT.DOC < prev    next >
Text File  |  1987-02-11  |  533b  |  12 lines

  1.     Split makes little files out of large ones.  This is useful in
  2. situations where manipulations are easier on smaller files than on
  3. longer files or where it is not possible to manipulate the larger
  4. file.
  5.  
  6.     Usage: split <-linecount> <inputfilename> <outputfile prefix>
  7.  
  8.     This program conforms to UNIX conventions for split.  That is, the
  9. default line count is 1000, the program is line oriented and the output
  10. file prefix will be the input file name.  Smaller files will be named:
  11.  
  12.         prefixaa prefixab ... prefixzy prefixzz.